home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / libccid.postinst < prev    next >
Encoding:
Text File  |  2012-09-24  |  491 b   |  14 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installudev
  4. if [ "$1" = configure ]; then
  5.     if [ -e "/etc/udev/rules.d/92_libccid.rules" ]; then
  6.         echo "Preserving user changes to /etc/udev/rules.d/92-libccid.rules ..."
  7.         if [ -e "/etc/udev/rules.d/92-libccid.rules" ]; then
  8.             mv -f "/etc/udev/rules.d/92-libccid.rules" "/etc/udev/rules.d/92-libccid.rules.dpkg-new"
  9.         fi
  10.         mv -f "/etc/udev/rules.d/92_libccid.rules" "/etc/udev/rules.d/92-libccid.rules"
  11.     fi
  12. fi
  13. # End automatically added section
  14.